home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
12511500
/
var1432.dms
/
var1432.adf
/
NDUK-V40.lha
/
V40
/
devtools
/
DOCS
/
stripa.doc
< prev
next >
Wrap
Text File
|
1993-05-13
|
823b
|
27 lines
STRIPA
Format: StripA [FROM] <sourcefile> [TO] <destinationfile>
Template: StripA "FROM,TO/A"
Purpose: To remove debug and symbol hunks from binary load files.
Specification:
The StripA program is a utility which removes all HUNK_SYMBOLS and
HUNK_DEBUG hunks from Amiga binary load files. These hunks, while useful
for debugging, are not loaded by the loader. Stripping them from a program
can often reduce the size of a program file considerably.
<sourcefile> specifies the name of the binary load file to be stripped.
<destinationfile> specifies the name StripA is to give to the stripped
version of the file.
Example:
1> StripA FROM myprog.nostrip TO myprog
strips the HUNK_SYMBOL and HUNK-DEBUG hunks from the binary load file
myprog.nostrip. The stripped version of the file is called myprog.